SciChart.Core Assembly > TinyMessenger Namespace > TinyMessengerHub Class > Subscribe Method : Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>,ITinyMessageProxy) Method
Type of message
Action to invoke when message is delivered
The message filter.
Proxy to use when delivering the messages
Subscribe<TMessage>(Action<TMessage>,Func<TMessage,Boolean>,ITinyMessageProxy) Method
Subscribe to a message type with the given destination and delivery action with the given filter. Messages will be delivered via the specified proxy. All references (apart from the proxy) are held with WeakReferences Only messages that "pass" the filter will be delivered.
Syntax

Parameters

deliveryAction
Action to invoke when message is delivered
messageFilter
The message filter.
proxy
Proxy to use when delivering the messages

Type Parameters

TMessage
Type of message

Return Value

TinyMessageSubscription used to unsubscribing
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also